With warnings becoming errors, this fixes the libxc build on ia64
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
#endif
#ifdef __ia64__
-extern unsigned long xc_ia64_fpsr_default(void);
-
static int setup_guest(int xc_handle,
uint32_t dom,
const char *image, unsigned long image_size,
int xc_get_pfn_list(int xc_handle, uint32_t domid, xen_pfn_t *pfn_buf,
unsigned long max_pfns);
+unsigned long xc_ia64_fpsr_default(void);
+
int xc_ia64_get_pfn_list(int xc_handle, uint32_t domid,
xen_pfn_t *pfn_buf,
unsigned int start_page, unsigned int nr_pages);